* configure.bat: Added support for --cflags and --ldflags
authorBen Key <bkey76@gmail.com>
Thu, 5 May 2011 02:56:16 +0000 (21:56 -0500)
committerBen Key <bkey76@gmail.com>
Thu, 5 May 2011 02:56:16 +0000 (21:56 -0500)
commitb1f5c7c9044f337ae3b8a03f81da9a65fd5d0a97
tree82016bcdd40f369a8c448d4b26f080c12e1d71dc
parenta61db37007cb1d7aaa1b6a60c0af583a326cad8f
* configure.bat: Added support for --cflags and --ldflags
options that include quotes as long as command extensions are
enabled.  Specifically when -I, -L, and similar flags are used
to specify supplementary include and library directories a
directory name that includes spaces may now be used if it is
enclosed in quotes.

* INSTALL: Documented the change to configure.bat.
nt/ChangeLog
nt/INSTALL
nt/configure.bat